home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / GNU_KIT / DISK7.ZIP / gnu / man / man1 / mknod.1 < prev    next >
Encoding:
Text File  |  1991-11-11  |  1.0 KB  |  67 lines

  1.  
  2.  
  3.  
  4. MKNOD(1L)                                               MKNOD(1L)
  5.  
  6.  
  7.  
  8. NAME
  9.      mknod - make special files
  10.  
  11. SYNOPSIS
  12.      mknod [-m mode] [+mode=mode] path {bcu} major minor
  13.      mknod [-m mode] [+mode=mode] path p
  14.  
  15. DESCRIPTION
  16.      This manual page documents the GNU version of mknod.  mknod
  17.      creates a FIFO, character special file, or block special
  18.      file with the given pathname.  By default, the mode of
  19.      created files is 0666 minus the bits set in the umask.
  20.  
  21.      The argument after the path specifies the type of file to
  22.      make:
  23.      p for a FIFO
  24.      b for a block (buffered) special file
  25.      c or u for a character (unbuffered) special file
  26.  
  27.      When making a block or character special file, the major and
  28.      minor device numbers must be given after the file type.
  29.  
  30.      OPTIONS
  31.  
  32.      -_m, +_m_o_d_e _m_o_d_e
  33.           Set the mode of created files to _m_o_d_e, which is sym-
  34.           bolic as in chmod and uses the default mode as a point
  35.           of departure.
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Page 1
  64.  
  65.  
  66.  
  67.